@charset "utf-8";
/* CSS Document */
html,body,form,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,em,address,a,input,textarea,span,strong,img,blockquote,fieldset,div,label{margin:0px; padding:0px}

body{font-size:14px; line-height:180%; color:#555;font-family:\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;color: #fff;}
ul,ol,dl{list-style:none;}
input,textarea,select,button{font-size:12px;}
a{ text-decoration:none;-webkit-transform: translate(0px,0);-moz-transform:translate(50px,0);transform: translate(0px,0);
    transition:all .3s ease-in 0s;-webkit-transition:all .3s ease-in 0s;-moz-transition:all .3s ease-in 0s;}
a:hover{text-decoration:none; }
a:link,a:visited{ }
img{border:none;}
table{border-collapse:collapse;}
table,thead,tbody,tfoot,tr,td{margin:0px}
.clearfix{clear:both; height:0px; line-height:0px; font-size:0px; visibility:hidden;}
.right{ float:right;}
.left{ float:left;}
.clear{ clear:both;	}


h1,h2,h3,h4{}
h1{	font-size: 14px;color: #333;line-height: 30px;font-weight: bold;}/*首页标题*/
h2{color: #88c507;font-size: 24px}

/* iconfont */
@font-face {font-family: "iconfont";
  src: url('iconfont/iconfont.eot'); /* IE9*/
  src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
  url('iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

/*字体*/
@font-face { 
font-family:'Helvetica'; /*给自定义字体命名*/
src: url('fonts/HelveticaNeueLTPro-ThEx.eot'); 
src: url('fonts/HelveticaNeueLTPro-ThEx.eot?#iefix') format('eot'), 
url('fonts/HelveticaNeueLTPro-ThEx.woff') format('woff'), 
url('fonts/HelveticaNeueLTPro-ThEx.ttf') format('truetype'), 
url('fonts/HelveticaNeueLTPro-ThEx.svg#webfontjKg17VrE') format('svg'); 
}

.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.color3{
    color: #333;
}
.color6{
    color: #666;
}
.color9{
    color: #999;
}
.colorred{
  color: #ff0037;
}
.colorwhite{
  color: #fff;
}
.font12{
  font-size: 12px;
}
.font16{
  font-size: 16px;
}
.font18{
  font-size: 18px;
}
.font20{
  font-size: 20px;
}
.font22{
  font-size: 22px;
}
.font24{
  font-size: 24px;
}
.font26{
  font-size: 26px;
}
.font28{
  font-size: 28px;
}
.font30{
  font-size: 30px;
}
.mt15{
  margin-top: 15px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.mb15{
  margin-bottom: 15px;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}

.hearder{ width: 100%; height:80px; background:#fff}
.top{ width: 1144px; height: auto; margin: 0 auto;padding-top:20px; padding-left: 15px; padding-right: 15px;}
.logo{ width: 145px; float: left; height: auto; text-align: center; }
.top-y{  width: 146px; float: right;  margin-top: 124px;color: #999;}
.top-y ul li{  float: left;}
.top-y ul li a:hover{ color: #fff}

.footer{ width: 100%; height:auto; padding-bottom:10px;}
.footn{ width: 1174px; height: auto; margin: 0 auto}
.footns{ height: 44px; line-height: 44px; border-bottom: solid 1px #e5e5e5; margin-top: 10px;}
.footnsz{ width: 50%; float: left; color: #5e5e5e;font-size: 12px;}
.footnsy{ width: 200px; float: right; color: #5e5e5e;font-size: 12px;}
.footnsy ul li{ width:auto; float: left; color: #555;font-size: 12px;}
.footnsy ul li a{color: #555; font-size: 12px;}
.footnsy ul li a:hover{ color: #f47b22}

.ftlib{ width: 234px; height: auto; border-right:solid 1px #e5e5e5 ; padding-top:10px; text-align: center;float: left;}
.ftlib dl dt{ line-height: 30px;}
.ftlib dl dt a{ font-size: 14px; color: #333;}
.ftlib dl dd a{ font-size: 14px; color: #555; line-height: 24px;}
.ewm{ border-right: none; color: #555; margin-top: 10px;}
.ftlib dl dd a:hover{ color: #f47b22}


.daohang {
    width:734px;
    height:auto;
    transition:all ease .3s;
    z-index:99;
    float: left;
    margin-left:40px;
    display: inline;
    padding-top: 10px;
}

.daohang ul#nav {
    width:100%;
    text-align: center;
}
.daohang ul li.navitem {
    width:auto;
    float:left;
    margin:0px 24px;
    display:inline;
    position:relative;
    transition:all ease .3s
}
.daohang ul li.navitem:hover ul.subnav {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}
.daohang ul li.navitem a {
    display: block;
    width:auto;
    padding:10px;
    height:60px;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    transition:all ease-out .3s;
}
.daohang ul li.navitem a.active,.daohang ul li.navitem:hover a {
    border-bottom:solid 2px #599afe;
    color:#315aac;
}
.daohang ul li.navitem ul.subnav {
    position:absolute;
    width:200px;
    top:60px;
    opacity: 0;
    background: rgba(89,154,254,0.7);
    transition: all 0.3s ease 0s;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    visibility: hidden;
    z-index:9999
}

.daohang ul li.navitem ul.subnav li a {
    padding:0 10px;
    width:200px;
    height:34px;
    background: none;
    line-height:34px;
    display:block;
    color:#fff;
    font-size:12px;
    transition:all ease-out .2s;
    border-bottom:none;
}
.daohang ul li.navitem ul.subnav li a:hover {
    text-indent:10px;
    background: rgba(89,154,254,1);
    color:#fff
}
.daohang ul li.navitem ul.subnav li a:hover i {
    opacity:1
}

.sousuo{ width: 193px; height: 29px; background:url(../images/ssbj.png) center no-repeat; float: right; margin-top:18px; display: inline }
.ss-nr{ width:150px;border: none;  height:20px; margin-left:7px; margin-top:4px; color: #555; float: left; display: inline}
.ss-btn{ width: 16px; height: 15px; background: url(../images/ss.png) no-repeat; border: none; float: right; margin-right: 10px; margin-top:5px;}
/*
私有前缀
-webkit- chrome和safari
-moz- firefox
-ms- IE
-o- opera
*/


